home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / NeXTmille / Source / StopView.m < prev    next >
Text File  |  1990-12-26  |  267b  |  26 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import "StopView.h"
  5. #import    <appkit/graphics.h>
  6.  
  7.  
  8. @implementation StopView
  9.  
  10.  
  11. - init
  12. {
  13.  
  14.  
  15.     [ super init ];
  16.     ballAndLabelColor    = 
  17.     redLightColor        = NX_DKGRAY;
  18.     greenLightColor     = NX_BLACK;
  19.     label = "Stop";
  20.  
  21.     return self;
  22. }
  23.  
  24.  
  25. @end
  26.